home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94b.txt / 000035_icon-group-sender _Fri Sep 2 10:17:16 1994.msg < prev    next >
Internet Message Format  |  1995-02-09  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Fri, 2 Sep 1994 11:44:26 MST
  2. To: icon-group-l@cs.arizona.edu
  3. Date: 2 Sep 1994 10:17:16 -0700
  4. From: tanksley@coyote.csusm.edu (Billy Tanksley)
  5. Message-Id: <347mms$5cm@coyote.csusm.edu>
  6. Organization: California State University San Marcos
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <Cv9Jvr.AC4@world.std.com>, <33t025$ba5@highway.LeidenUniv.nl>, <1994Aug31.063627.13092@netlabs.com>
  9. Subject: Re: Icon - still alive??
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11.  
  12. In article <1994Aug31.063627.13092@netlabs.com> lwall@netlabs.com (Larry Wall) writes:
  13. >In article <33t025$ba5@highway.LeidenUniv.nl> ruiter@ruls41.LeidenUniv.nl (Jan-Peter de Ruiter) writes:
  14. >: Also, look at the amount of supported platforms. What cult-language
  15. >: is supported for Dos, Mac, Unix, OS/2, Windows, VMS, and more?
  16.  
  17. >Um, Perl is on all those platforms.  And on the Amiga I'm typing on.
  18. >I suspect the same is true for REXX, and it's pretty close to true for
  19. >Tcl and Python.  I'll bet you can find Lisp on all those machines
  20. >too, and if that isn't a cult language, I don't know what is...
  21.  
  22. You completely missed the most widespread cult language-- Forth.  (A cult 
  23. language is one where all the users are brainwashed, right?  That's 
  24. Forth.)  Forth happens EVERYWHERE, from embedded controllers to windoze NT.
  25.  
  26. >Larry Wall
  27.  
  28. -Billy
  29. Paladin (for PC Geos)
  30. : test  ( -- )
  31.     forth  you love if honk 
  32.             else null 
  33.             then 
  34.     emit 
  35.     ; 
  36.